[INFO] cloning repository https://github.com/pimalaya/timers
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pimalaya/timers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimalaya%2Ftimers", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimalaya%2Ftimers'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac68c57c2e82ce49adba2f5baad0a611b2357215
[INFO] fixing pimalaya/timers against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimalaya%2Ftimers" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pimalaya/timers
[INFO] finished tweaking git repo https://github.com/pimalaya/timers
[INFO] tweaked toml for git repo https://github.com/pimalaya/timers written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pimalaya/timers on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pimalaya/timers already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/pimalaya/io-socket`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40
[INFO] running `Command { std: "docker" "start" "0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking io-socket v0.0.1 (https://github.com/pimalaya/io-socket#5899582a)
[INFO] [stderr]     Checking io-time v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `io_time::runtimes::std`
[INFO] [stdout]   --> examples/sleep.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     runtimes::std::handle,
[INFO] [stdout]    |               ^^^ could not find `std` in `runtimes`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/runtimes/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "std")]
[INFO] [stdout]    |       --------------- the item is gated behind the `std` feature
[INFO] [stdout] 16 | pub mod std;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `io_time::runtimes::std`
[INFO] [stdout]   --> examples/now.rs:6:15
[INFO] [stdout]    |
[INFO] [stdout]  6 |     runtimes::std::handle,
[INFO] [stdout]    |               ^^^ could not find `std` in `runtimes`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/runtimes/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "std")]
[INFO] [stdout]    |       --------------- the item is gated behind the `std` feature
[INFO] [stdout] 16 | pub mod std;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `io_time::coroutines::client`, `io_time::coroutines::server`, `io_time::runtimes::std`, `io_time::timer`
[INFO] [stdout]   --> examples/client_server.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         client::{TimerRequestSend, TimerRequestSendResult},
[INFO] [stdout]    |         ^^^^^^ could not find `client` in `coroutines`
[INFO] [stdout] 18 |         server::{TimerRequestHandle, TimerRequestHandleArg, TimerRequestHandleResult},
[INFO] [stdout]    |         ^^^^^^ could not find `server` in `coroutines`
[INFO] [stdout] 19 |     },
[INFO] [stdout] 20 |     runtimes::std::handle,
[INFO] [stdout]    |               ^^^ could not find `std` in `runtimes`
[INFO] [stdout] 21 |     timer::{Timer, TimerConfig, TimerCycle, TimerCycles, TimerLoop},
[INFO] [stdout]    |     ^^^^^ could not find `timer` in `io_time`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/coroutines/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "timer")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `timer` feature
[INFO] [stdout] 12 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/coroutines/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature = "timer")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `timer` feature
[INFO] [stdout] 15 | pub mod server;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/runtimes/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "std")]
[INFO] [stdout]    |       --------------- the item is gated behind the `std` feature
[INFO] [stdout] 16 | pub mod std;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "timer")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `timer` feature
[INFO] [stdout] 11 | pub mod timer;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `io-time` (example "now") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `io-time` (example "client_server") due to 1 previous error
[INFO] [stderr] error: could not compile `io-time` (example "sleep") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved imports `io_time::coroutines::client`, `io_time::coroutines::server`, `io_time::runtimes::std`, `io_time::timer`
[INFO] [stdout]   --> tests/timer.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         client::{TimerRequestSend, TimerRequestSendResult},
[INFO] [stdout]    |         ^^^^^^ could not find `client` in `coroutines`
[INFO] [stdout] 11 |         server::{TimerRequestHandle, TimerRequestHandleArg, TimerRequestHandleResult},
[INFO] [stdout]    |         ^^^^^^ could not find `server` in `coroutines`
[INFO] [stdout] 12 |     },
[INFO] [stdout] 13 |     runtimes::std::handle as time_handle,
[INFO] [stdout]    |               ^^^ could not find `std` in `runtimes`
[INFO] [stdout] 14 |     timer::{
[INFO] [stdout]    |     ^^^^^ could not find `timer` in `io_time`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/coroutines/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "timer")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `timer` feature
[INFO] [stdout] 12 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/coroutines/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature = "timer")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `timer` feature
[INFO] [stdout] 15 | pub mod server;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/runtimes/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "std")]
[INFO] [stdout]    |       --------------- the item is gated behind the `std` feature
[INFO] [stdout] 16 | pub mod std;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "timer")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `timer` feature
[INFO] [stdout] 11 | pub mod timer;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `io-time` (test "timer") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40", kill_on_drop: false }`
[INFO] [stdout] 0bf8589f20646943d17bc195ba6d101df26751abe26d6d2973594988dcb9fc40
